projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f15f5
)
tests: Disable idle locking in headless weston
author
Alexander Larsson
<alexl@redhat.com>
Thu, 28 May 2020 13:15:04 +0000
(15:15 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Thu, 28 May 2020 13:15:04 +0000
(15:15 +0200)
In my local testing i was burned by the default 300sec value here.
I'm not sure if we actually hit this in the CI, but lets not
take any chances.
.gitlab-ci/run-tests.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/run-tests.sh
b/.gitlab-ci/run-tests.sh
index 455aa1c13b682cf1fe45f846cfe966caf8c19764..e1a0d7f399009bcce2549a7ea96d0215a6287450 100755
(executable)
--- a/
.gitlab-ci/run-tests.sh
+++ b/
.gitlab-ci/run-tests.sh
@@
-25,7
+25,7
@@
case "${backend}" in
wayland)
export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
- weston --backend=headless-backend.so --socket=wayland-5 &
+ weston --backend=headless-backend.so --socket=wayland-5
--idle-time=0
&
compositor=$!
export WAYLAND_DISPLAY=wayland-5